#footer {
  height: auto;
  bottom: 0;
  width: 100%;
  clear: both;
  background-color: #faeef0;
}

@media (max-width: 767px) {
  #footer {
    position: relative;
    margin-top: 30px;
  }
}

.footer-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-bar {
  color: black;
  margin: 0 auto;
  padding: 40px 10px 0;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 90px;
  padding-left: 0px;
}

@media (max-width: 1000px) {
  .footer-bar {
    min-height: 20px;
    position: relative;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-bar {
    padding: 40px 0 0;
    width: 100%;
  }
}

.footer-bar-top {
  width: 41.6667%;
}

@media (max-width: 767px) {
  .footer-bar-top {
    padding-left: 20px;
    width: fit-content;
  }
}

.footer-header {
  font-size: 1.5rem;
  display: inline;
  line-height: 1.25;
  color: #8e0c37;
  font-family: Inter-UI-Bold, arial, sans-serif;
  font-weight: 700;
}

.footer-header-red {
  display: inline;
  font-size: 24px;
  color: #c71842;
}

.footer-bar-text-mobile {
  display: none;
}

@media (max-width: 767px) {
  .footer-bar-text-mobile {
    display: block;
    color: black;
    margin: 20px 20px 40px 0px;
  }
}

.footer-bar .footer-bar-bottom {
  justify-content: space-between;
  margin-bottom: 3.125rem;
  display: flex;
}

@media (max-width: 767px) {
  .footer-bar .footer-bar-bottom {
    min-height: 20px;
    position: relative;
    background: #c71842;
    margin: 0 auto;
  }
}

.footer-bar .footer-bar-text {
  width: 36.66667%;
  margin: 1em 0;
}

@media (max-width: 767px) {
  .footer-bar-text {
    display: none;
  }
}

.footer-links {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-links>ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .footer-bar .footer-links {
    display: none;
  }

  .footer-link {
    padding-bottom: 13px !important;
    padding-top: 13px !important;
  }
  .ic-nav-list a {
    padding: 0.8125rem 0.9rem;
  }
}

@media (max-width: 1000px) {
  .footer-links {
    width: 767px;
  }
}

@media (max-width: 767px) {
  .footer-links {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.footer-links-mobile {
  display: none;
}


.footer-link ul {
  list-style: none;
  margin-top: 0;
}

.footer-links li {
  padding: 0 0 20px;
  display: inline-block;
}


.footer-link {
  word-wrap: normal;
  color: #a00b36;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
  margin-bottom: 1rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .footer-links-mobile .footer-link {
    padding: 1.25rem 10px;
    margin: 0;
    justify-content: center;
    box-shadow: inset 0 2px 4px 0 rgba(30, 30, 30, 0.2);
  }

  .footer-links-mobile li:last-child,
  .footer-links-mobile>div {
    box-shadow: none !important;
  }

}

@media (max-width: 767px) {
  .footer-links-mobile a {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    font-family: Inter-UI-Bold, arial, sans-serif;
    cursor: pointer;
  }
}

.link-out-icon-footer {
  height: 16px;
  width: 16px;
  stroke-width: 0.5;
  fill-rule: nonzero;
  margin-left: 0.25rem;
  display: inline-block;
}

.link-out-icon-footer {
  background: url("/mvk/jakarta.faces.resource/icons/link-out-icon-footer.svg.xhtml?ln=images") no-repeat;
  fill: #c12143;
  stroke: #c12143;
}

.link-out-icon-footer-mobile {
  background: url("/mvk/jakarta.faces.resource/icons/link-out-icon-footer_white.svg.xhtml?ln=images") no-repeat;
  fill: #fff;
  stroke: #fff;
  width: 18px;
  height: 18px;
}

.link-out-icon-footer_white {
  background: url("/mvk/jakarta.faces.resource/icons/link-out-icon-footer_white.svg.xhtml?ln=images") no-repeat;
  fill: #fff;
  stroke: #fff;
  display: inline-block;
  height: 16px;
}

@media (max-width: 767px) {
  .footer-bar-bottom .icon-1177 {
    background-image: url("/mvk/jakarta.faces.resource/icons/1177-logo.svg.xhtml?ln=images");
    background-repeat: no-repeat;
    background-position: bottom;
    height: 45px;
    width: 120px;
    filter: invert();
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .footer-bar-bottom .icon-1177:after {
    display: none;
  }

  .ic-nav-list li:first-child:before {
    content: none;
  }

  .ic-nav-list li:before {
    left: 14px;
    width: 90%;
		background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 20%, rgb(255 255 255 / 0%) 40%);
	}

    .ic-page-footer__about__mobile .iu-svg-icon .ic-page-footer__logo {
      height: 2.1rem;
    }
    .ic-page-footer__about__mobile .ic-page-footer__about__content__mobile {
      margin-bottom: 0;
    }
}

.footer-image-secondary {
  background-color: #faeef0;
  background-image: url("/mvk/jakarta.faces.resource/footer-large-secondary.svg.xhtml?ln=images");
  background-repeat: no-repeat;
  height: 30px;
  background-size: 100% 30px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
}

.footer-image-primary {
  background-color: #ffffff;
  background-image: url("/mvk/jakarta.faces.resource/footer-large-primary.svg.xhtml?ln=images");
  background-repeat: no-repeat;
  height: 20px;
  background-size: 100% 30px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
}

.ic-page-footer__about .ic-page-footer__about__content {
  align-items: baseline;
}

.singleElement {
  column-count: 2 !important;
}

.ic-page-footer__about__content__mobile__information {
	padding-left: 0px;
}

.ic-page-footer__about__content__information__link {
  font-size: .875rem;;
}